Points of Git 10Oct CloneBranchList branches 123> git branch -r // remote branches> git branch -a // all branches Commit1> git commit MergePull1> git pull <远程主机名> <远程分支名>:<本地分支名> Push1> git push <远程主机名> <本地分支名>:<远程分支名> Fetch1> git fetch <远程主机名> <分支名> Checkout1> git checkout